Skip to content
This repository was archived by the owner on Apr 19, 2025. It is now read-only.

Commit 2cbd3bd

Browse files
author
Mike J. Renaker / "MikeDEV
authored
1 parent 56457db commit 2cbd3bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scratch/cloudlink_turbowarp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@
242242
}
243243

244244
// Makes values safe for Scratch to represent.
245-
async function makeValueScratchSafe(data) {
245+
function makeValueScratchSafe(data) {
246246
if (typeof data == "object") {
247247
try {
248248
return JSON.stringify(data);

0 commit comments

Comments
 (0)