Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
breck7 committed Sep 16, 2024
1 parent 5a94398 commit 2b18e1c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scroll-cli",
"version": "133.0.0",
"version": "133.0.1",
"description": "A language for scientists of all ages. A curated collection of tools for refining and sharing thoughts.",
"main": "scroll.js",
"engines": {
Expand Down
Binary file modified particles.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions releaseNotes.scroll
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ ciBadges.scroll
br
thinColumns

📦 133.0.1 9/15/2024
🏥 better error message when eval'ing macros

📦 133.0.0 9/15/2024
🎉 Updated ScrollSDK to get new "atoms" terminology.
⚠️ BREAKING: see ScrollSDK breaking changes
Expand Down
1 change: 1 addition & 0 deletions scroll.js
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,7 @@ parsers/errors.parsers`
const results = require(tempPath)
Object.keys(results).forEach(key => (macroMap[key] = results[key]))
} catch (err) {
console.error(`Error in evalMacros in file '${this.filePath}'`)
console.error(err)
} finally {
Disk.rm(tempPath)
Expand Down

0 comments on commit 2b18e1c

Please sign in to comment.