diff --git a/runtime.ts b/runtime.ts index a10e8a66f4..2d8b624bbe 100644 --- a/runtime.ts +++ b/runtime.ts @@ -149,7 +149,7 @@ export function resolveModule( let fetchResponse; try { fetchResponse = os.codeFetch(moduleSpecifier, containingFile); - } catch(e) { + } catch (e) { // TODO Only catch "no such file or directory" errors. Need error codes. return null; }