Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
fix: do not show message it may contain dir info and full serv path
Browse files Browse the repository at this point in the history
  • Loading branch information
devuri committed Feb 11, 2024
1 parent 5f43555 commit d2acbc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inc/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ function wpc_app( string $app_path, string $options = 'app' ): Urisoft\App\Http\
try {
$app = new AppFramework( $app_path, SITE_CONFIG_DIR, $options );
} catch ( Exception $e ) {
wp_terminate('Framework Initialization Error: ' . $e->getMessage() );
wp_terminate('Framework Initialization Error: ' );
}

// @phpstan-ignore-next-line
Expand Down

0 comments on commit d2acbc0

Please sign in to comment.