summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--runtime.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime.ts b/runtime.ts
index a10e8a66f..2d8b624bb 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;
}