Skip to content

Commit 8970a34

Browse files
save file
1 parent 8e495fd commit 8970a34

File tree

1 file changed

+4
-2
lines changed
  • blog/26-02-05/request-url-to-absolute-filename/ex

1 file changed

+4
-2
lines changed

blog/26-02-05/request-url-to-absolute-filename/ex/test.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11

22

3+
(async()=>{
34

45
var path = require('path');
56
var fs = require('fs');
@@ -25,8 +26,9 @@
2526

2627
});
2728

28-
29-
29+
})();
30+
31+
3032
function setup(){
3133

3234
return {

0 commit comments

Comments
 (0)