Skip to content

Commit

Permalink
Lint runtime.ts (denoland#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankFang authored and ry committed Jun 1, 2018
1 parent b723ab1 commit d582d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit d582d67

Please sign in to comment.