We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3d5e57 commit 57f3517Copy full SHA for 57f3517
src/LiveDevelopment/LivePreviewEdit.js
@@ -36,7 +36,7 @@ define(function (require, exports, module) {
36
const KernalModeTrust = window.KernalModeTrust;
37
if(!KernalModeTrust){
38
// integrated extensions will have access to kernal mode, but not external extensions
39
- throw new Error("profile menu should have access to KernalModeTrust. Cannot boot without trust ring");
+ throw new Error("LivePreviewEdit.js should have access to KernalModeTrust. Cannot boot without trust ring");
40
}
41
42
/**
0 commit comments