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 dfd4e37 commit a1fcfa4Copy full SHA for a1fcfa4
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