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.
1 parent 7b640f1 commit da958dcCopy full SHA for da958dc
commands/new.ts
@@ -26,7 +26,7 @@ export async function newCmd (args: string[]): Promise<void> {
26
}
27
catch (ex) {
28
if (ex instanceof Error) {
29
- // https://deno.land/std@0.95.0/fs/ensure_dir.ts#L14
+ // https://deno.land/std@0.97.0/fs/ensure_dir.ts#L14
30
const expectedString = `Ensure path exists, expected 'dir', got '`;
31
if (ex.message.startsWith(expectedString)) {
32
exitWithMessage(1, `"${dir}" already exists, but is not a directory`);
0 commit comments