提交 0ed9cfed 编写于 作者: B Benjamin Pasero

Cannot read property 'charCodeAt' of null when saving untitled file in Makefile mode (fixes #11395)

上级 80e61c7a
......@@ -252,5 +252,5 @@ export function suggestFilename(theMime: string, prefix: string): string {
}
}
return null;
return prefix; // without any known extension, just return the prefix
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册