Skip to content

Commit

Permalink
Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
klembot committed Jul 4, 2015
2 parents 021144b + 79f02ea commit e86dd16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/nwui.js
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ var nwui =
{
nwui.unlockStoryDirectory();
var fd = nwui.fs.openSync(nwui.filePath + '/' + nwui.storyFileName(story), 'w');
nwui.fs.writeSync(fd, story.publish());
nwui.fs.writeSync(fd, story.publish(null, null, true));
nwui.fs.closeSync(fd);
}
catch (e)
Expand Down

0 comments on commit e86dd16

Please sign in to comment.