-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Custom Worker - Warning when use of identifiers. (#896)
Fix the bug where the custom worker will throw an error for the use of variables. ex. let temp = 100 C.PREHEAT_OVEN(temp) #ERROR now C.PREHEAT_OVEN(temp) #warning
- Loading branch information
1 parent
8aa593d
commit d79d586
Showing
2 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters