Skip to content

Fix install.js error message #92

@NikitaEgorov

Description

@NikitaEgorov

Please change

if (err) {
	log.error(err.stack);
	return;
}

to

if (err) {
	log.error(err);
	return;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions