change a comment in packager.js

This commit is contained in:
Stephen Birarda 2016-01-04 13:54:39 -08:00
parent f172c2b251
commit a1851e2a1a

View file

@ -29,7 +29,7 @@ if (osType == "Darwin") {
options["name"] = "server-console"
}
// call the packager now
// call the packager to produce the executable
packager(options, function(error, appPath){
console.log("Wrote new app to " + appPath);
});