From 368de1ce647dc1018ad83fb321db122954f4d3a2 Mon Sep 17 00:00:00 2001 From: Wexpo Lyu Date: Tue, 3 May 2016 14:39:33 +0800 Subject: [PATCH] Format fix. --- tools/static-assets/server/npm-require.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/static-assets/server/npm-require.js b/tools/static-assets/server/npm-require.js index 372055e482..fa6d2f92fa 100644 --- a/tools/static-assets/server/npm-require.js +++ b/tools/static-assets/server/npm-require.js @@ -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;