Skip to content

Commit 17a6076

Browse files
committed
fix: get error message
1 parent 1b007c2 commit 17a6076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/src/databases/local-databases-ui.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1067,7 +1067,7 @@ export class DatabaseUI extends DisposableObject {
10671067
failures.push(entry[0]);
10681068
}
10691069
} catch (e) {
1070-
failures.push(`${entry[0]}: ${toErrorMessag(e)}`);
1070+
failures.push(`${entry[0]}: ${getErrorMessage(e)}`);
10711071
}
10721072
}
10731073

0 commit comments

Comments
 (0)