mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
only edit error if error
This commit is contained in:
committed by
Aiden McClelland
parent
bef29fdaf0
commit
972fc8c398
@@ -283,10 +283,9 @@ export class AppShowPage {
|
||||
} else if (error.type === DependencyErrorType.Transitive) {
|
||||
errorText = 'Dependency has a dependency issue'
|
||||
}
|
||||
errorText = `${errorText}. ${ this.pkg.manifest.title} will not work as expected.`
|
||||
}
|
||||
|
||||
errorText = `${errorText}. ${ this.pkg.manifest.title} will not work as expected.`
|
||||
|
||||
const depInfo = this.pkg.installed['dependency-info'][id]
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user