task 支持运行 mjs 文件

This commit is contained in:
whyour
2023-08-05 11:02:29 +08:00
parent 624c9374e5
commit 0bf28e9ab3
4 changed files with 4 additions and 1 deletions
+1
View File
@@ -49,6 +49,7 @@ const tabList = [
const LangMap: any = {
'.py': 'python',
'.js': 'javascript',
'.mjs': 'javascript',
'.sh': 'shell',
'.ts': 'typescript',
};