Make the comment more accurate.

pull/4543/head
Evan Sangaline 9 months ago
parent df5b68a972
commit 4ef84e702c
  1. 2
      libs/remix-ui/workspace/src/lib/actions/workspace.ts

@ -298,7 +298,7 @@ export const loadWorkspacePreset = async (template: WorkspaceTemplate = 'remixDe
}
return Object.keys(standardInput.sources)[0]
} else {
// preserve JSON whitepsace if this isn't a Solidity compiler output file
// preserve JSON whitepsace if this isn't a Solidity compiler JSON-input-output file
content = data.content
await workspaceProvider.set(path, content)
}

Loading…
Cancel
Save