Format fix.

This commit is contained in:
Wexpo Lyu
2016-05-03 14:39:33 +08:00
parent f3b9567d9d
commit 368de1ce64

View File

@@ -140,7 +140,7 @@ function resolve(id) {
meteorAddTip = ". Try `meteor add " + idParts[1] + "` " +
"as it looks like you tried to import it without adding " +
"to the project.";
}
}
res = new Error("Cannot find module '" + id + "'" + meteorAddTip);
res.code = "MODULE_NOT_FOUND";
throw res;