Fix path to utils.platform

This commit is contained in:
pyoor 2017-04-25 13:59:34 -04:00
parent 4c7733f1cf
commit 973df12a25
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ var logger = (function () {
green: "\033[1;32m",
clear: "\033[0m"
};
if (platform.isWindows) {
if (utils.platform.isWindows) {
color = {
red: "",
green: "",