Add newline, bad edit

This commit is contained in:
Jordi Oliveras Rovira
2018-12-09 20:42:02 +01:00
committed by GitHub
parent 4e43dcdc05
commit 6a82b0a96b

View File

@@ -148,7 +148,8 @@ namespace ts {
}
export function isJsPrivate(name: string): boolean {
return startsWith(name, "_"); }
return startsWith(name, "_");
}
function tryRequire(fileNameToRequire: string): unknown {
try {