We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
/
1 parent 7816af0 commit e45a7fbCopy full SHA for e45a7fb
src/command.ls
@@ -202,8 +202,8 @@ switch
202
filename = output-filename source, json
203
dir = path.dirname source
204
if o.output
205
- dir = path.join that, dir.slice if base is '.' then 0 else base.length
206
- js-path = path.join dir, filename
+ dir = path.posix.join that, dir.slice if base is '.' then 0 else base.length
+ js-path = path.posix.join dir, filename
207
!function compile
208
e <-! fs.write-file js-path, js.to-string! || '\n'
209
return warn e if e
0 commit comments