Reference to undefined 'reject' variable in legacy fileSave method
See original GitHub issueThere’s no reject
variable in scope here. It looks like this bug has existed since the code was introduced:
Issue Analytics
- State:
- Created a year ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Why does an undefined variable in Javascript sometimes ...
When we reference something that is neither a property of the base object value nor a variable of the base environment record value,...
Read more >Cannot Read Property of Undefined in JavaScript - Rollbar
What Causes TypeError: Cannot Read Property of Undefined. Undefined means that a variable has been declared but has not been assigned a value....
Read more >GN Reference - Google Git
read_file: Read a file into a variable. rebase_path: Rebase a file or directory to another location. set_default_toolchain: Sets the default toolchain name.
Read more >StackOverFlowTagPredictor/tagfreq.in at master - GitHub
Automatically Predicting Tags for Stack Overflow Questions using various classifiers [ML] - StackOverFlowTagPredictor/tagfreq.in at master ...
Read more >Safari Technology Preview Release Notes - Apple Developer
Changed to allow variables with the same name as the class in its static block ... Fixed font shorthand to not reject values...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ok, I was checking on Windows. I can repro the same issue on MacOS as you. Will take a look later.
Yes, the
file-save
legacy handling I wrote incorrectly. I’ll make a fix in the coming days.