Skip to content

Commit 34c1704

Browse files
committed
Removed multi-line comment wrapping
1 parent 19767a0 commit 34c1704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/command.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ writeJs = (base, sourcePath, js, jsPath, generatedSourceMap = null) ->
273273
compile = ->
274274
if opts.compile
275275
js = ' ' if js.length <= 0
276-
if generatedSourceMap then js = "#{js}\n/*\n//# sourceMappingURL=#{helpers.baseFileName sourceMapPath, no, useWinPathSep}\n*/\n"
276+
if generatedSourceMap then js = "#{js}\n//# sourceMappingURL=#{helpers.baseFileName sourceMapPath, no, useWinPathSep}\n"
277277
fs.writeFile jsPath, js, (err) ->
278278
if err
279279
printLine err.message

0 commit comments

Comments
 (0)