Commit 884c3d1
authored
Fix script file upload from *formidable* migration (#1950)
* Retested lib and userscript on dev
Post #1949
NOTE:
* *formidable* can't easily be "poor mans debugged" via `console.log(script)`. Must use `JSON.stringify(script)` to avoid throw
* Ref https://github.com/node-formidable/formidable/blob/2815e914a6d2465e5fa1c52f09c1dcd77a544659/README.md#file
Auto-merge1 parent bc9e50f commit 884c3d1
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2028 | 2028 | | |
2029 | 2029 | | |
2030 | 2030 | | |
2031 | | - | |
| 2031 | + | |
2032 | 2032 | | |
2033 | | - | |
| 2033 | + | |
2034 | 2034 | | |
2035 | 2035 | | |
2036 | 2036 | | |
| |||
2054 | 2054 | | |
2055 | 2055 | | |
2056 | 2056 | | |
2057 | | - | |
| 2057 | + | |
2058 | 2058 | | |
2059 | 2059 | | |
2060 | 2060 | | |
| |||
0 commit comments