Skip to content

Commit

Permalink
Skip gio-2-iterate example for older GJS versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JumpLink committed Nov 14, 2024
1 parent 9b08f74 commit 3567561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gio-2-iterate/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import System from 'system';
console.log('GJS Version:', System.version);

if(System.version < 18200) {
console.log('GJS version 1.82.0 or higher is required for nullable nick and blurb in GObject.ParamSpec, skipping example');
console.log('GJS version 1.82.0 or higher is required for this example, skipping example');
System.exit(0);
}

Expand Down

0 comments on commit 3567561

Please sign in to comment.