ngs icon indicating copy to clipboard operation
ngs copied to clipboard

break / continue - disable when not in for/while

Open ilyash-b opened this issue 7 years ago • 0 comments

Currently:

$ ngs -p 'break'
null
$ ngs -p 'continue'
null

Should be an error.

ilyash-b avatar Aug 07 '18 07:08 ilyash-b