mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-05-03 03:00:14 -04:00
correct spacing around operators in slice output
This commit is contained in:
@@ -787,7 +787,7 @@ exports.Slice = class Slice extends Base
|
||||
"#{+compiled + 1}"
|
||||
else
|
||||
compiled = to.compile o, LEVEL_ACCESS
|
||||
"+#{compiled}+1 || 9e9"
|
||||
"+#{compiled} + 1 || 9e9"
|
||||
".slice(#{ fromStr }#{ toStr or '' })"
|
||||
|
||||
#### Obj
|
||||
|
||||
Reference in New Issue
Block a user