提交 0d06ed6a 编写于 作者: A Abdullah Alfaraj

Return the data instead of the file

上级 21b7024f
......@@ -397,7 +397,7 @@ async function loadPromptShortcut(file_name) {
if (file.isFile) {
await file.write('{}', {append: false});
data = {};
return file;
return data
}
console.warn(e)
return {}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册