Skip to content

Commit

Permalink
gopts: improve runtime error message
Browse files Browse the repository at this point in the history
  • Loading branch information
kodebach committed Aug 9, 2019
1 parent 28bec1d commit cd19e00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/gopts/gopts.c
Expand Up @@ -57,6 +57,7 @@ int elektraGOptsGet (Plugin * handle ELEKTRA_UNUSED, KeySet * returned, Key * pa

if (argv == NULL || envp == NULL)
{
ELEKTRA_SET_INSTALLATION_ERROR (parentKey, "could not load current process' arguments");
return ELEKTRA_PLUGIN_STATUS_ERROR;
}

Expand Down

0 comments on commit cd19e00

Please sign in to comment.