Skip to content

Commit

Permalink
Fix extension.lua bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jie-meng committed Apr 17, 2018
1 parent 207ce8e commit 9159f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish/extension.lua
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ function templateFileInfo(template_file, indent)
end

local line_sep = '\n'
if strContains(util.platformInfo(), 'win', false) then
if util.strContains(util.platformInfo(), 'win', false) then
line_sep = '\r\n'
end

Expand Down

0 comments on commit 9159f21

Please sign in to comment.