We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a23e15f + 4a863bf commit 236360bCopy full SHA for 236360b
1 file changed
packages/shared/src/error.ts
@@ -2,6 +2,7 @@ import fs from 'node:fs';
2
import path from 'node:path';
3
4
import colors from 'ansi-colors';
5
+import open from 'open';
6
7
import { ensureDirSync } from './fs';
8
import { loadPackageJson } from './tsConfig';
@@ -153,7 +154,6 @@ export async function openGitHubIssueWithCrashReport(
153
154
title: 'Crash Report',
155
});
156
const url = `${packageJson.bugs.url}new?${search.toString()}`;
- const open = (await import('open')).default;
157
await open(url);
158
}
159
0 commit comments