[next] Improve config parsing on bootstrap (#1704)

This commit is contained in:
Andrea Giammarchi
2023-09-15 12:50:52 +02:00
committed by GitHub
parent 00fdc73015
commit 840bc803b7
11 changed files with 186 additions and 92 deletions

View File

@@ -24,7 +24,7 @@ hooks.onBeforeRun.add(function override(pyScript) {
// Error hook utilities
// Custom function to show notifications
function notify(message) {
export function notify(message) {
const div = document.createElement("div");
div.className = "py-error";
div.textContent = message;