diff --git a/src/app.ts b/src/app.ts index 2ffa4fa..f2040ec 100644 --- a/src/app.ts +++ b/src/app.ts @@ -5,7 +5,7 @@ import { Terminal } from './terminal/Terminal' import { EventBroadcaster } from './utils/EventBroadcaster' export const WEBSHELL_VERSION = "0.2.1" -export const INFO_COMMENT: string | null = "hi" +export const INFO_COMMENT: string | null = "This branch is a part of a school project." // initialize object store for webfs let WebfsDatabase: IDBDatabase | null = null