Skip to content

Commit d6dee4a

Browse files
save file
1 parent d5a349b commit d6dee4a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

utils/editors/markdown-editor/html/output-md/v2.0/output-md-v2.0.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@
181181
script.onload = onload;
182182
document.head.append(script);
183183

184-
get('/css/npm.css').then({txt='',error}=>(css.npm=txt,onload()));
185-
get('/css/github-markdown-light.css').then({txt='',error}=>(css.github=txt,onload()));
184+
get('/css/npm.css').then(({txt='',error})=>(css.npm=txt,onload()));
185+
get('/css/github-markdown-light.css').then(({txt='',error})=>(css.github=txt,onload()));
186186

187187
return promise;
188188

@@ -219,6 +219,7 @@
219219
var error = await res.text();
220220
return {error};
221221
}
222+
222223
var txt = await res.text();
223224
return {txt};
224225

0 commit comments

Comments
 (0)