Skip to content

Hashlink not producing correct exit codes. #12937

Description

@0b1kn00b
class Main {
	static function main() {
		Sys.exit(109);
	}
}

test.sh

haxe build.hxml
# is producing 1
echo $?   

produces:

Image

reproducible project:

hl.exit.zip

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