Skip to content

Commit f74b7b2

Browse files
committed
Remove Check the developer console message from sandbox errors
1 parent 22f846e commit f74b7b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tools/sandbox/src/sandbox.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export class Sandbox extends React.Component<
9393
this._globalState.showDebugLayer();
9494
}
9595

96-
this.setState({ errorMessage: error.message ? `${error.message} Check the developer console.` : "Unable to load scene. Check the developer console." });
96+
this.setState({ errorMessage: error.message ? error.message : "Unable to load scene. Check the developer console." });
9797

9898
this._engine && this._engine.hideLoadingUI();
9999

0 commit comments

Comments
 (0)