Skip to content

Commit 8c6097c

Browse files
hhugoxclerc
andauthored
Update runtime/fs.js
Co-authored-by: Xavier Clerc <xclerc@users.noreply.github.com>
1 parent 432d4d2 commit 8c6097c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/fs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ function caml_fs_init (){
305305
}
306306

307307
//Provides: caml_create_file
308-
//Requires: caml_failwith, resolve_fs_device, caml_string_of_jsbytes
308+
//Requires: caml_failwith, resolve_fs_device
309309
function caml_create_file(name,content) {
310310
var root = resolve_fs_device(name);
311311
if(! root.device.register) caml_failwith("cannot register file");

0 commit comments

Comments
 (0)